XR API 2.4
Loading...
Searching...
No Matches
SonyOzMatrix4x4f Struct Reference

4x4 matrix of type float More...

#include <xr_math.h>

Public Member Functions

 SonyOzMatrix4x4f ()
 Constructor.
 
 SonyOzMatrix4x4f (float x0, float x1, float x2, float x3, float y0, float y1, float y2, float y3, float z0, float z1, float z2, float z3, float w0, float w1, float w2, float w3)
 
 SonyOzMatrix4x4f (SonyOzVector4f in_x, SonyOzVector4f in_y, SonyOzVector4f in_z, SonyOzVector4f in_w)
 Constructor.
 
SonyOzMatrix4x4f operator* (SonyOzMatrix4x4f a)
 

Public Attributes

float matrix [4][4]
 

Detailed Description

4x4 matrix of type float

Constructor & Destructor Documentation

◆ SonyOzMatrix4x4f() [1/3]

SonyOzMatrix4x4f::SonyOzMatrix4x4f ( )
inline

Constructor.

◆ SonyOzMatrix4x4f() [2/3]

SonyOzMatrix4x4f::SonyOzMatrix4x4f ( float x0,
float x1,
float x2,
float x3,
float y0,
float y1,
float y2,
float y3,
float z0,
float z1,
float z2,
float z3,
float w0,
float w1,
float w2,
float w3 )
inline

◆ SonyOzMatrix4x4f() [3/3]

SonyOzMatrix4x4f::SonyOzMatrix4x4f ( SonyOzVector4f in_x,
SonyOzVector4f in_y,
SonyOzVector4f in_z,
SonyOzVector4f in_w )
inline

Constructor.

Member Function Documentation

◆ operator*()

SonyOzMatrix4x4f SonyOzMatrix4x4f::operator* ( SonyOzMatrix4x4f a)
inline

Member Data Documentation

◆ matrix

float SonyOzMatrix4x4f::matrix[4][4]

4x4 Matrix[row][column]


The documentation for this struct was generated from the following file: